Skip to content

Conversation

m4dd0c
Copy link

@m4dd0c m4dd0c commented Mar 19, 2025

PR Fixes:

  1. Adjusted BlogAppbar padding (p-6 → px-6 pt-6 mt-6) to prevent it from blocking text selection behind it.
  2. Introduced a subtle hover effect on text to enhance the reading experience and improve UX in BlogAppbar Menu.

Resolves #743

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

m4dd0c added 2 commits March 20, 2025 04:12
Replaced p-6 with px-6 pt-6 and mt-6 to resolve an issue where
the transparent BlogAppbar was blocking text selection behind it.
This change maintains the same UI appearance while improving usability.

No breaking changes introduced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: BlogAppbar obstructs text selection below it.
1 participant